Return

Use the Function part to start a function and the Return part to finish it.

By default, the Return part does not return any value, but you can configure the function you have constructed to return some value when it is called. This can be:

When the Return part is reached, the value (or worked out variable or expression) is returned to be used in the calling expression.

Tips for use:

See also: